refactor(skills): rename skills with category prefixes (setup-/security-)#31
Merged
potiuk merged 1 commit intoMay 2, 2026
Conversation
…ty-) Group skills by function via name prefix rather than directory nesting (Claude Code only discovers flat .claude/skills/<name>/SKILL.md). Setup-lifecycle skills get a `setup-` prefix: verify-secure-config → setup-verify-secure-config update-secure-config → setup-update-secure-config upgrade-apache-steward → setup-upgrade-steward verify-apache-steward → setup-verify-steward sync-shared-config → setup-sync-shared-config (setup-secure-config keeps its name — already prefixed.) Security workflow skills get a `security-` prefix, drop the now- redundant `security` suffix, and pluralise the noun for batch-style skills: import-security-issue → security-import-issues import-security-issue-from-md → security-import-issues-from-md import-security-issue-from-pr → security-import-issue-from-pr sync-security-issue → security-sync-issues fix-security-issue → security-fix-issue allocate-cve → security-allocate-cve deduplicate-security-issue → security-deduplicate-issues invalidate-security-issue → security-invalidate-issue Cross-references updated everywhere: README, AGENTS.md, CONTRIBUTING.md, secure-agent-setup.md, secure-agent-internals.md, how-to-fix-a-security-issue.md, new-members-onboarding.md, projects/_template/, tools/, plus generate-cve-json docstrings. Preparation for adding pr-* skill family (pr-triage, pr-stats, pr-maintainer-review) lifted from apache/airflow in a follow-up PR. Generated-by: Claude Code (Claude Opus 4.7)
This was referenced May 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
setup-/security-category prefixes (flat-on-disk — Claude Code only discovers flat.claude/skills/<name>/, nested subdirs verified empirically as not picked up).apache-from*-apache-stewardskill names (pre-empts the framework rename toapache/steward); pluralise batch-style skills (security-import-issues,security-sync-issues,security-deduplicate-issues).generate-cve-jsondocstrings). 353/353 insertions/deletions — pure rename, no semantic change.Preparation for adding the
pr-*skill family (pr-triage,pr-stats,pr-maintainer-review) lifted fromapache/airflowin a follow-up PR.Rename table
setup-secure-configverify-secure-configsetup-verify-secure-configupdate-secure-configsetup-update-secure-configupgrade-apache-stewardsetup-upgrade-stewardverify-apache-stewardsetup-verify-stewardsync-shared-configsetup-sync-shared-configimport-security-issuesecurity-import-issuesimport-security-issue-from-mdsecurity-import-issues-from-mdimport-security-issue-from-prsecurity-import-issue-from-prsync-security-issuesecurity-sync-issuesfix-security-issuesecurity-fix-issueallocate-cvesecurity-allocate-cvededuplicate-security-issuesecurity-deduplicate-issuesinvalidate-security-issuesecurity-invalidate-issueBreaking change for adopters
Adopters using the framework via submodule + symlinks (e.g. the
airflow-stracker) need to:.claude/skills/<name>symlinks to the new names.Test plan
setup-setup-,security-security-)🤖 Generated with Claude Code